home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / HPIIP522.PPD < prev    next >
Text File  |  1990-10-11  |  12KB  |  354 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "HP LaserJet IIP" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 012072 or 012425
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 28 June 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(HP LaserJet IIP)"
  20. *PSVersion: "(52.2) 0"
  21. *NickName: "HP LaserJet IIP PostScript v52.2"
  22.  
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "1923298"
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False
  29. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  30. *Throughput: "4"
  31. *Password: "0"
  32. *ExitServer: "
  33.   count 0 eq {  % is the password on the stack?
  34.     true 
  35.   }{
  36.     dup    % potential password
  37.     statusdict begin checkpassword end not 
  38.   } ifelse 
  39.   {  %  if no password or not valid 
  40.     (WARNING : Cannot perform the exitserver command.) = 
  41.     (Password supplied is not valid.) = 
  42.     (Please contact the author of this software.) = flush
  43.     quit 
  44.   } if 
  45.   serverdict begin exitserver
  46. "
  47. *End
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81.  
  82. *% Halftone Information ===============
  83. *ScreenFreq: "60.0"
  84. *ScreenAngle: "45.0"
  85. *DefaultScreenProc: Dot
  86. *ScreenProc Dot: "
  87. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  88. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  89. "
  90. *End
  91. *ScreenProc Line: "{ pop }"
  92. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  93.  
  94. *DefaultTransfer: Null
  95. *Transfer Null: "{ }"
  96. *Transfer Null.Inverse: "{ 1 exch sub }"
  97.  
  98. *% Paper Handling ===================
  99.  
  100. *% Use these entries to set paper size most of the time, unless there is
  101. *% specific reason to use PageRegion or PaperTray.
  102. *DefaultPageSize: Letter
  103. *PageSize Letter: "statusdict begin lettertray end"
  104. *PageSize Legal: "statusdict begin legaltray end"
  105. *PageSize Executive: "statusdict begin executivetray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize Envelope.297.684/Comm #10 Envelope: "statusdict begin com10envelopetray end"
  108. *PageSize Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  109. *PageSize Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  110. *PageSize Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  111. *?PageSize: "
  112.  save statusdict begin
  113.   8 dict begin
  114.    /lettertray (Letter) def /legaltray (Legal) def
  115.    /executivetray (Executive) def /a4tray (A4) def
  116.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  117.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def 
  118.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  119.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  120.    papersize {
  121.      {load exec} stopped not{= flush}if
  122.    }{
  123.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  124.    }ifelse
  125.   end
  126.  end restore
  127. "
  128. *End
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "letter"
  133. *PageRegion Legal: "legal"
  134. *PageRegion Executive: "executivepage"
  135. *PageRegion A4: "a4"
  136. *PageRegion Envelope.297.684/Comm #10 Envelope: "com10envelope"
  137. *PageRegion Envelope.279.540/Monarch Envelope: "monarcenvelope"
  138. *PageRegion Envelope.312.624/DL Envelope: "dlenvelope"
  139. *PageRegion Envelope.459.649/C5 Envelope: "c5envelope"
  140.  
  141. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  142. *% These errors should be trapped by software and a message displayed
  143. *DefaultPaperTray: None
  144. *PaperTray Letter: "statusdict begin lettertray end"
  145. *PaperTray Legal: "statusdict begin legaltray end"
  146. *PaperTray Executive: "statusdict begin executivetray end"
  147. *PaperTray A4: "statusdict begin a4tray end"
  148. *PaperTray Envelope.297.684/Comm #10 Envelope: "statusdict begin com10envelopetray end"
  149. *PaperTray Envelope.279.540/Monarch Envelope: "statusdict begin monarcenvelopetray end"
  150. *PaperTray Envelope.312.624/DL Envelope: "statusdict begin dlenvelopetray end"
  151. *PaperTray Envelope.459.649/C5 Envelope: "statusdict begin c5envelopetray end"
  152. *?PaperTray: "
  153.  save statusdict begin
  154.   8 dict begin
  155.    /lettertray (Letter) def /legaltray (Legal) def
  156.    /executivetray (Executive) def /a4tray (A4) def
  157.    /com10envelopetray (Envelope.297.684/Comm #10 Envelope) def
  158.    /monarcenvelopetray (Envelope.279.540/Monarch Envelope) def
  159.    /dlenvelopetray (Envelope.312.624/DL Envelope) def
  160.    /c5envelopetray (Envelope.459.649/C5 Envelope) def
  161.    papersize {
  162.      {load exec} stopped not{= flush}if
  163.    }{
  164.      {load exec} stopped not{print (.Transverse) = flush}if
  165.    }ifelse
  166.   end
  167.  end restore
  168. "
  169. *End
  170.  
  171. *% The following entries provide information about specific paper keywords.
  172. *DefaultImageableArea: Letter
  173. *ImageableArea Letter: "18 19 593 774 "
  174. *ImageableArea Legal: "18 19 593 990 "
  175. *ImageableArea Executive: "18 19 501 738 "
  176. *ImageableArea A4: "18 19 578 824 "
  177. *ImageableArea Envelope.297.684/Comm #10 Envelope: "18 19 278 666 "
  178. *ImageableArea Envelope.279.540/Monarch Envelope: "18 19 259 522 "
  179. *ImageableArea Envelope.312.624/DL Envelope: "18 19 294 605 "
  180. *ImageableArea Envelope.459.649/C5 Envelope: "18 19 440 630 "
  181. *?ImageableArea: "
  182.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  183.   newpath clippath pathbbox
  184.   4 -2 roll exch 2 {ceiling cvp} repeat
  185.   exch 2 {floor cvp} repeat flush
  186.  restore
  187. "
  188. *End
  189.  
  190.  
  191. *% These provide the physical dimensions of the paper (by keyword)
  192. *DefaultPaperDimension: Letter
  193. *PaperDimension Letter: "612 792"
  194. *PaperDimension Legal: "612 1008"
  195. *PaperDimension Executive: "522 756"
  196. *PaperDimension A4: "595 842"
  197. *PaperDimension Envelope.297.684/Comm #10 Envelope: "297 684"
  198. *PaperDimension Envelope.279.540/Monarch Envelope: "279 540"
  199. *PaperDimension Envelope.312.624/DL Envelope: "312 624"
  200. *PaperDimension Envelope.459.649/C5 Envelope: "459 649"
  201.  
  202. *DefaultOutputBin: Upper
  203. *DefaultInputSlot: None
  204. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  205. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  206. *?InputSlot: "
  207.  save statusdict begin
  208.   2 dict begin
  209.    /0 (Upper) def
  210.    /1 (Lower) def
  211.    papertray 
  212.      {( ) cvs cvn load exec} stopped not{= flush}if
  213.   end
  214.  end restore
  215. "
  216. *End
  217.  
  218. *DefaultManualFeed: False
  219. *?ManualFeed: "
  220.   statusdict /manualfeed get
  221.   {(True)}{(False)}ifelse = flush"
  222. *End
  223. *ManualFeed True: "statusdict begin /manualfeed true store end"
  224. *ManualFeed False: "statusdict begin /manualfeed false store end"
  225.  
  226. *DefaultOutputOrder: Normal
  227.  
  228. *DefaultCollator: None
  229. *DefaultSorter: None
  230. *DefaultDuplex: None
  231.  
  232. *% Font Information =====================
  233.  
  234. *DefaultFont: Courier
  235. *Font AvantGarde-Book: Standard "(001.002)"
  236. *Font AvantGarde-BookOblique: Standard "(001.002)"
  237. *Font AvantGarde-Demi: Standard "(001.003)"
  238. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  239. *Font Bookman-Demi: Standard "(001.001)"
  240. *Font Bookman-DemiItalic: Standard "(001.001)"
  241. *Font Bookman-Light: Standard "(001.001)"
  242. *Font Bookman-LightItalic: Standard "(001.001)"
  243. *Font Courier: Standard "(002.002)"
  244. *Font Courier-Bold: Standard "(002.002)"
  245. *Font Courier-BoldOblique: Standard "(002.002)"
  246. *Font Courier-Oblique: Standard "(002.002)"
  247. *Font Helvetica: Standard "(001.002)"
  248. *Font Helvetica-Bold: Standard "(001.002)"
  249. *Font Helvetica-BoldOblique: Standard "(001.002)"
  250. *Font Helvetica-Narrow: Standard "(001.002)"
  251. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  252. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  253. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  254. *Font Helvetica-Oblique: Standard "(001.002)"
  255. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  256. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  257. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  258. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  259. *Font Palatino-Bold: Standard "(001.002)"
  260. *Font Palatino-BoldItalic: Standard "(001.002)"
  261. *Font Palatino-Italic: Standard "(001.002)"
  262. *Font Palatino-Roman: Standard "(001.001)"
  263. *Font Symbol: Special "(001.003)"
  264. *Font Times-Bold: Standard "(001.002)"
  265. *Font Times-BoldItalic: Standard "(001.004)"
  266. *Font Times-Italic: Standard "(001.002)"
  267. *Font Times-Roman: Standard "(001.002)"
  268. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  269. *Font ZapfDingbats: Special "(001.002)"
  270. *?FontQuery: "
  271. save  2 dict begin /sv exch def
  272. /str 128 string def
  273. {
  274.   count 0 gt {
  275.     dup str cvs (/) print print (:) print
  276.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  277.   }{ exit } ifelse
  278. } bind loop
  279. (*) = flush
  280. sv end restore
  281. "
  282. *End
  283.  
  284. *?FontList: "
  285. save  2 dict begin /sv exch def
  286. /str 128 string def
  287. FontDirectory { pop == } bind forall flush
  288. (*) = flush
  289. sv end restore
  290. "
  291. *End
  292.  
  293.  
  294. *% Printer Messages (verbatim from printer):
  295. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  296. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  297. *Message: "\FontName\ not found, using Courier"
  298.  
  299. *% Status (format: %%[ status: <one of these> ]%% )
  300. *Status: "idle"
  301. *Status: "busy"
  302. *Status: "waiting"
  303. *Status: "printing"
  304.  
  305. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  306. *Source: "serial9"
  307. *Source: "serial25"
  308. *Source: "AppleTalk"
  309. *Source: "Centronics"
  310.  
  311. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  312.  
  313. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  314.  
  315. *% Color Separation Information =====================
  316.  
  317. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  318.  
  319. *InkName: ProcessBlack/Process Black
  320. *InkName: CustomColor/Custom Color
  321. *InkName: ProcessCyan/Process Cyan
  322. *InkName: ProcessMagenta/Process Magenta
  323. *InkName: ProcessYellow/Process Yellow
  324.  
  325. *%  For 60 lpi / 300 dpi  ===============================
  326.  
  327. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  328. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  329. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  330. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  331. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  332.  
  333. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  334. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  335. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  336. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  337. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  338.  
  339. *%  For 53 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  342. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  343. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  344. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  345. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  348. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  349. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  350. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  351. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  352.  
  353. *% end of PPD file for HP LaserJet IIP
  354.